home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / basic / pbasmlib.zip / PBADEMO4.BAS < prev    next >
BASIC Source File  |  1994-02-12  |  801b  |  20 lines

  1. $link "pbasmlib.pbl"
  2. $include "pbasmlib.inc"
  3.  
  4.  
  5. 'PBASMLIB Demo number 4 - sound module speech driver interface
  6. '
  7. 'Compile this program to a standalone .EXE, then
  8. 'exit the IDE, load the SBTALKER program (SBTALKER /DBLASTER),
  9. 'and run this program from the DOS command line.  If you have
  10. 'EMS memory, SBTALKER should only take about 14K or so of main
  11. 'DOS memory.  Unload with SBTALKER /U.
  12.  
  13.  
  14. if sbspeech=0 then print:print "SB Speech driver required - please load and rerun this demo.":stop
  15.  
  16. sbsay "Hello there how are you.  This is a test of ess bee speech and ess bee say in the pee bee assem libe sound module."
  17. sbsay "These roo teens provide you with an inter face to the speech driver, which you are experiencing right now."
  18. sbsay "Hope you enjoy using pee bee assem libe."
  19. stop
  20.